home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 014 / lark020.arc / LARKINFO.020 < prev   
Encoding:
Text File  |  1987-06-07  |  4.7 KB  |  104 lines

  1.  
  2.                                  LARKINFO.TXT
  3.  
  4.                                LARK VERSION 2.0
  5.                             UserSupported Software
  6.  
  7.                                 June 7th, 1987
  8.                                    (c) 1987 
  9.                                       by 
  10.                              Silver Dollar Software
  11.  
  12.  
  13.          LARK is a utility that is intended to be used in conjunction with the 
  14.          popular PKXARC.COM program by PKWARE, Inc., and Mr. Vernon D. Buerg's 
  15.          LIST.COM program.  LARK "Front-Ends" these programs to provide a 
  16.          user-friendly method of viewing the contents of files within an 
  17.          archive without the bother of de-arcing the file first.  
  18.  
  19.          LARK will let you 'LIST' the contents of any file within a *.ARC file 
  20.          without de-arcing the file first.  It eliminates the need of 
  21.          remembering sometimes vague or ambiguous 'option' codes, and mostly,
  22.          it eliminates typing (and re-typing) lengthy command lines.
  23.  
  24.          To use LARK, 
  25.  
  26.             1.  PKXARC.COM and LIST.COM must be named as such.
  27.             2.  A path must exist to PKXARC.COM and LIST.COM.
  28.             3.  Type in the command;
  29.  
  30.                              LARK filename[.ARC]
  31.  
  32.                 where 'filename' is the name of any archive file ending with 
  33.                 the extension of ".ARC".  
  34.  
  35.                 LARK will then display a list of the files within the archive.  
  36.  
  37.             4.  Use the up/down arrow keys to tab the cursor to the file you 
  38.                 want to inspect.  (The Pg Up and Pg Dn keys will scroll the
  39.                 list up/down and the HOME and END keys will jump to the top
  40.                 or bottom of the list.)  
  41.  
  42.             5.  Select one of the following options;
  43.                    Press <V>    to View the selected the file.  
  44.                    Press <X>    to eXtract the selected file from the archive.
  45.                    Press <E>    to Extract all files from the archive.
  46.                    Press <P>    to Print the selected file.
  47.                    Press <ESC>  to exit to DOS.  
  48.                    Press <F1>   to display a list of these commands.
  49.  
  50.          
  51.          LARK was written using version 2.1 of Microsofts QuickBasic compiler,
  52.          along with a little help from Mr. Thomas Hanlin's ADVBAS routines and 
  53.          a couple of custom assembly routines.  
  54.  
  55.          If enough interest is shown (i.e., users register their copies), 
  56.          future versions of LARK with additional bells and whistles will be
  57.          released.
  58.  
  59.          If you find this utility useful, a contribution of $15.00 would be
  60.          greatly appreciated.  Please send all contributions to:
  61.  
  62.                           Donald K. Schuster
  63.                           1415 Lemon Street
  64.                           Clearwater Fl, 33516  
  65.                           (After 1 July use ZIP 34616)
  66.  
  67.  
  68.          LARK release notes
  69.          ------------------
  70.  
  71.          Version 1.0, Initial release, 4 JUN 87.
  72.  
  73.          Version 1.1, released 5 JUN 87 - Returns to LARK after viewing
  74.                                           a file.  Previous version escaped
  75.                                           to DOS.
  76.  
  77.          Version 2.0, released 7 JUN 87 - Maintain record pointer and scroll
  78.                                           position when returning to LARK
  79.                                           after viewing a file.
  80.                                         - Added PgUp/PgDn scrolling.
  81.                                         - HOME key goes to top of list, END
  82.                                           key goes to bottom of list.
  83.                                         - Added command key functions for
  84.                                              VIEW (V)
  85.                                              EXTRACT (E,X)
  86.                                              PRINT (P)
  87.                                              ON LINE HELP (F1)
  88.  
  89.          TECH NOTE:
  90.               About Piping...  When LARK tells PKXARC.COM to extract a file
  91.               for viewing, the selected file is actually sent to the disk
  92.               (the root directory), and given an 8 digit filename.  LIST.COM
  93.               then displays the file to the screen.  When LIST is exited, the
  94.               file is deleted.  If for any reason, you don't exit LIST in an
  95.               orderly fashion, the file will be left in the root directory
  96.               of your disk.  Additionally, if you are using LARK on a floppy
  97.               disk that is write-protected, you will get the DOS error message,
  98.               "Disk Write Protected, Abort, Retry, Ignore", when you try to
  99.               View a file.
  100.  
  101.                           ..... END DOCUMENT .....
  102.  
  103.  
  104.